CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - lagrange formula

搜索资源列表

  1. Lagrange_Newton_Aitken插值算法

    0下载:
  2. Lagrange,Newton,Aitken三个插值公式算法的演示.DOS界面输出计算结果.-Lagrange, Newton, Aitken three interpolation algorithm formula demo. DOS interface output results.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:15966
    • 提供者:谢树扬
  1. EOM

    0下载:
  2. 拉格朗日插值多项式拟合,牛顿插值多项式,欧拉方程解偏微分方程,使用极限微分求解导数(微分),微分方程组的N=4龙格库塔解法,雅可比爹迭代法解方程AX=B,最小二乘多项式拟合,组合辛普生公式求解积分,用三角分解法解方程AX=B-Lagrange interpolation polynomial fitting, polynomial interpolation Newton, Euler equations partial differential equations, Limit the use
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:7783
    • 提供者:wangshen
  1. legendre_gauss

    4下载:
  2. 此程序包含求任意点高斯积分节点和对应的Gauss的求解系数(同时也编写了Lagrange插值公式)-for this procedure include arbitrary point Gaussian integral node and the corresponding Gauss coefficient of the solution (also prepared Lagrange interpolation formula)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1023
    • 提供者:张俊杰
  1. mathmatics_of_computer

    0下载:
  2. C++实现的数值分析算法包括: 二分法.cpp 复化辛卜生公式.cpp 改进欧拉法.cpp 高斯-赛德尔迭代法.cpp 拉格郎日插值多项式.c-C achieve the numerical analysis algorithms include : dichotomy. cpp Minute of Oracle Health formula. cpp Improved Euler method. cpp Gauss - Seidel iterative method. cp
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2662
    • 提供者:鸿鹤
  1. shuzhi_C++

    0下载:
  2. 包含二分法、复化辛卜生公式、改进欧拉法、拉格朗日插值多项式、龙贝格算法、牛顿迭代法、牛顿值多项式、最小二乘法、雅克比迭代法等算法。-contains dichotomy, rehabilitation of Oracle Health formula, Improved Euler, Lagrange polynomial interpolation. Long Bergh algorithm, Newton's method, Newton value polynomials, lea
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:18798
    • 提供者:王民
  1. 拉格朗日插值2342343

    0下载:
  2. 用拉格朗日插值公式,对给定的n用离散数据进行插值计算。-Lagrange interpolation formula, the right to use discrete n data interpolation.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4126
    • 提供者:蒋涛
  1. 01

    0下载:
  2. 编制通用程序:对n+1个节点xi及yi=f(xi)(i=0,…,n) (1)n次拉格朗日插值计算公式Ln(x); (2)n次牛顿向前插值计算公式; -The preparation of common procedures: the n+1 nodes xi and yi = f (xi) (i = 0, ..., n) (1) n times Lagrange interpolation formula Ln (x) (2) n times Newton forward inte
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:899
    • 提供者:刘志卫
  1. Newton

    0下载:
  2. 牛顿均差插值公式,使用各阶均差,比拉格朗日插值计算量省-Newton interpolation formula are poor, the use of the bands are worse than the Lagrange interpolation calculation of the volume of the province
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:945
    • 提供者:wpf
  1. CalculationAlgorithm

    0下载:
  2. Gauss,加速迭代,拉格朗日插值法,龙贝格算法,牛顿迭代算法,梯形法积分,自适应梯形公式-Gauss, to accelerate the iteration, the Lagrange interpolation method, Romberg algorithm, Newton algorithm, trapezoidal integration method, adaptive trapezoid formula
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:3137
    • 提供者:james
  1. Command1

    1下载:
  2. 用VB程序编写的拉格朗日插值公式的代码。-VB programmers using the Lagrange interpolation formula code.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:2925
    • 提供者:kllogg
  1. yiyuanqujianchazhi

    0下载:
  2. 给定n个节点xi(i=0,1,...,n-1)上的函数值yi=f[xi],用拉格朗日插值公式计算指定插值点t处的函数近似值z=f[t]-Given n nodes xi [i = 0,1 ,..., n-1] on the function values yi = f [xi], using Lagrange interpolation formula specified interpolation points, t Department of function approximation z
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1197
    • 提供者:罗坤
  1. chazhi

    0下载:
  2. 函数插值计算 分别输入已知节点的x,y值,待计算的节点的x值,以及显示结果的文本框。利用文本框和按钮上的事件触发一系列处理方法,包括把文本框里的字符串解析成double类型存放在数组中,以及利用lagrange插值公式计算出结果并填写在结果文本框中。-Function interpolation calculated separately known input node x, y values to be calculated node x value, and display th
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:25294
    • 提供者:qingangjun
  1. Lagrange

    0下载:
  2. 这是一个用拉格朗日插值公式计算函数值的java程序,方便易用。-This is a formula with the Lagrange interpolation function value of the java process, user-friendly.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:782
    • 提供者:asdf
  1. lagrange

    0下载:
  2. N次拉格朗日向前插值计算公式通用程序及流程图-N times forward Lagrange interpolation formula for calculating general procedures
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6589
    • 提供者:kelly
  1. Lagrange-interpolation

    0下载:
  2. 数值分析实验程序,C++程序编写,拉格朗日插值公式的算法。-Numerical analysis of experimental procedures, C++ programming, Lagrange interpolation formula algorithms.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:557
    • 提供者:包包
  1. Lagrange

    0下载:
  2. 对lagrange函数公式进行代码化,可以对一组数进行插值算法,可以输出最后的y值-The lagrange function formula code, a number of groups interpolation algorithm, you can output the final value of y
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:617
    • 提供者:李强
  1. lagrange

    0下载:
  2. Program to implement Lagrange s interpolation formula along with codes for implementation of some basic steps of the algorithm such as polynomial multiplication.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:194960
    • 提供者:GEORGE
  1. The-Lagrange-interpolation-algorithm

    0下载:
  2. 基于VS2008编写,程序很简单,算法很经典实用。提出一种基于三次拉格朗日插值的自适应图像缩放算法 该算法首先计算目标像素点周围三组源像素点的方差,选取方差最小的一组源像素点,然后采用三次拉格日插值公式求得目标像素点的灰度值实验结果表明,本文算法所得的目标图像边缘清晰,且算法复杂度较低,便于硬件实现,可以实现实时图像缩放。-Based on VS2008, the program has a very simple algorithm is very classic and practical.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-26
    • 文件大小:102164
    • 提供者:吴军
  1. 1

    0下载:
  2. Lagrange公式求其插值多项式或分段二次Lagrange插值多项式-Lagrange formula to calculate the interpolation polynomial or piecewise two degree Lagrange interpolation polynomial
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2282081
    • 提供者:奋斗
  1. LAGRANGE

    0下载:
  2. The function Lagrange calculates the value of a polynomial given by Lagrange s interpolation formula
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:876
    • 提供者:Cezar_DSP
« 12 3 »
搜珍网 www.dssz.com